home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / System 7.0 Samples / AEObject-Edition1.0.2 Sample / Sampdefines.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-18  |  831 b   |  32 lines  |  [TEXT/MPS ]

  1. /*------------------------------------------------------------------------------
  2.  *
  3.  *  Apple Developer Technical Support
  4.  *
  5.  *  Edition publishing routines
  6.  *
  7.  *  Program:    AEObject-Edition Sample
  8.  *  File:       SampDefines.h - C Source
  9.  *
  10.  *  by:         C.K. Haun <TR>
  11.  *
  12.  *  Copyright © 1990-1992 Apple Computer, Inc.
  13.  *  All rights reserved.
  14.  *
  15.  *------------------------------------------------------------------------------
  16.  * This file loads the defines, macros, and prototypes I use in this sample
  17.  *----------------------------------------------------------------------------*/
  18.  
  19. #ifndef __DEFINES__
  20. #define __DEFINES__
  21.  
  22. #ifdef __REDUMP__
  23. #include "SampConstants.h"
  24. #include "Structs.h"
  25. #include "prototypes.h"
  26. #include "Macros.h"
  27.  
  28. #else
  29. #pragma load "Sampheaders"      /* see the Buildheaders.c file */
  30. #endif 
  31.  
  32. #endif